Skip to content

ReactiveTableViewCell class

Attributes: [DebuggerDisplay("{ViewModel}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.ReactiveTableViewCell<T> Modifiers: public

Summary

View source

        This is a UITableViewCell that is both an UITableViewCell and has ReactiveObject powers
        (i.e. you can call RaiseAndSetIfChanged).
        

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Class hierarchy
classDiagram
class ReactiveTableViewCell~T~
class ReactiveTableViewCell
ReactiveTableViewCell <|-- ReactiveTableViewCell~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveTableViewCell~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveTableViewCell~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveTableViewCell~T~

Inherits from: ReactiveTableViewCell

Implements: IViewFor, IViewFor, IActivatableView

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveTableViewCell](# class.

Properties

NameSummary
ViewModelGets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.
Inherited members